home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 080 (1988-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 080 (1988-11-15)(Ossowski, Stefan)(DE)(PD).adf / CLI_Utilities / Readme.fnf < prev    next >
Text File  |  1988-08-14  |  2KB  |  64 lines

  1. This directory contains several sub-directories with small utilities 
  2. collected from various sources that are usable only from the CLI. 
  3. As icons for each one would add considerably to the total required
  4. space, I opted to include them in this manner and without separate
  5. icons.  Below is a synopsis of the included files:
  6.  
  7.   Filter    Takes the input file and copies it to an output file
  8.         using only valid ASCII characters from the input file.
  9.         Includes source.
  10.         Author:  Russell Wallace
  11.  
  12.   Ins_returns    Takes a file produced on a screen-oriented text editor
  13.         e.g. Notepad and inserts carriage returns at appropriate
  14.         intervals to make it usable with a line-oriented editor
  15.         e.g. Ed.  Includes source.
  16.         Author:  Russell Wallace
  17.  
  18.   Install    Will install a disk in such a manner as to give preference
  19.         to MEMF_CHIP and causes all external drives to be ignored
  20.         by the system.  Binary only.
  21.         Author:  Ralph Babel
  22.  
  23.   Makexe    A utility to create small programs and info files to allow
  24.         the execution of script files from both workbench and cli.
  25.         Binary only.
  26.         Author:  Bill Brownson
  27.  
  28.   PWFix        Corrects structures created by earlier versions of Power
  29.         Windows to compile under Manx without compiler warnings.
  30.         Includes source.
  31.         Author:  Dan Fish
  32.  
  33.   SetPrompt    Enables you to set the prompt and command-line text color 
  34.         and style.  Binary only.
  35.         Author:  J. Martin Hippele
  36.   
  37.   Split        Allows you to split up large files into smaller chunks.
  38.         for transmission, storage, etc.  The files can be rejoined
  39.         with the AmigaDos "join" command.  Includes source.
  40.         Author:  Richard Lee Stockton
  41.  
  42.   StripBin    Scans an input file for binary characters and then discards
  43.         them or translates them into hex before writing an output
  44.         file.  The ouput file then has no problem being edited with
  45.         Amiga's "Ed" command.  Includes source.
  46.         Author:  Fabbian G. Dufoe, III
  47.  
  48.   Tree        Similar to the "Dir opt a" command, but will only print out 
  49.         a disk's directory structure, excluding the files.
  50.         Includes source in assembly.
  51.         Authors:  Markus Stoll, Matthias Zepf, Hans-Eugen Stöffler 
  52.  
  53.   Wordcount    Will output the number of words, total length, and average
  54.         word length of an input text file.  Includes source.
  55.         Author:  Russell Wallace
  56.  
  57.   XChar        Another program to remove binary characters from an input
  58.         file.  Includes source.
  59.         Author: Victor R. Parkerson
  60.  
  61.  
  62. -Fred ><>
  63.  29-Sep-88
  64.